Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable name typos #3231

Closed
wants to merge 2 commits into from
Closed

Variable name typos #3231

wants to merge 2 commits into from

Conversation

AugustMiller
Copy link
Contributor

@AugustMiller AugustMiller commented Jul 25, 2023

$currentPlan had an extra t at the end in a couple of instances!

This is an inconsequential patch—in both cases, the variable wasn't actually used in-scope… and to my knowledge, interfaces aren't required to have the same argument names (just the types).

See below! 😬

🌱

@AugustMiller AugustMiller requested a review from a team as a code owner July 25, 2023 01:23
@AugustMiller
Copy link
Contributor Author

@timkelty noted that renaming arguments of non-private methods is actually a breaking change for PHP 8.0+, due to named arguments.

So, maybe this needs to target 5.0?

@lukeholder lukeholder added this to the 5.0 milestone Aug 1, 2023
@lukeholder
Copy link
Member

Added todo into the code for next major release

dcb84ee

@lukeholder lukeholder closed this Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants